home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13076 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  909 b 

  1. Path: pacifica.access.ch!usenet
  2. From: Jean Michel den Hartog <mvslasertechnik@access.ch>
  3. Newsgroups: comp.lang.c++
  4. Subject: Newbie question re Hybrid project C, C++
  5. Date: Sat, 23 Mar 1996 13:08:00 +0100
  6. Organization: MVS Lasertechnik
  7. Message-ID: <3153E9A0.67E6@access.ch>
  8. NNTP-Posting-Host: gatezh5-28.access.ch
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  13.  
  14. I have a project coded in C, which I want to develop with C++.
  15. To continue my project I added a C++ module to the C modules.
  16.  
  17. First the C++ code didn't "see" any of my "C" functions
  18. (adding the lines extern "C" { } took care of that)
  19.  
  20. Now my "C" code does not see any functions (C, or C++) in the CPP node.
  21. Can anyone tell me how I get my C-code to see C-functions (not C++ specific)
  22. in the cpp module ??
  23.  
  24. (I'm using Borlane C 4.5)
  25.  
  26. Thanks 
  27. Jean Michel den Hartog
  28.